Update the window size after getting windowDidResize
authorRichard Hult <richard@imendio.com>
Wed, 7 Jan 2009 20:26:55 +0000 (21:26 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:23 +0000 (10:15 +0200)
gdk/quartz/GdkQuartzWindow.c

index 627798dea4167093178f757aadc6ae821be82ad9..282b65b75945bc1aed37f5d2f50562c3a4f40056 100644 (file)
 
   [[self contentView] setFrame:NSMakeRect (0, 0, private->width, private->height)];
 
+  _gdk_window_update_size (window);
+
   /* Synthesize a configure event */
   event = gdk_event_new (GDK_CONFIGURE);
   event->configure.window = g_object_ref (window);